FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package hl7.fhir.uv.sdc.r4b#3.0.0 (140 ms)

Package hl7.fhir.uv.sdc.r4b
Type CapabilityStatement
Id Id
FHIR Version R4B
Source http://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/CapabilityStatement-sdc-form-manager.html
Url http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-manager
Version 3.0.0
Status draft
Date 2014-07-06
Name SDCFormManager
Title SDC Form Manager
Experimental False
Realm uv
Authority hl7
Description This profile defines the expected capabilities of the ''SDC Form Manager'' role when conforming to the S&I Framework's [[index.html|Structured Data Capture FHIR implementation guide]]. This role is responsible for maintaining a repository of form definitions and also of performing pre-population of form data.
Kind requirements

Resources that use this resource

CapabilityStatement
https://smartforms.csiro.au/ig/CapabilityStatement/SmartFormsServer Smart Forms Server
sdc-form-response-manager SDC Form Response Manager
sdc-form-response-manager SDC Form Response Manager

Resources that this resource uses

OperationDefinition
Questionnaire-assemble Assemble Modular Questionnaire Operation
Questionnaire-populate Populate Questionnaire
Questionnaire-populatehtml Generate HTML for Questionnaire
Questionnaire-populatelink Generate a link to a Questionnaire completion webpage
Questionnaire-assemble Assemble Modular Questionnaire Operation
Questionnaire-populate Populate Questionnaire
Questionnaire-populatehtml Generate HTML for Questionnaire
Questionnaire-populatelink Generate a link to a Questionnaire completion webpage
http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-assemble-expectation SDCQuestionnaireIsModular
http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-assembledFrom SDCQuestionnaireAssembledFrom
http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-definition SDCQuestionnaireItemDefinition
http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-assemble-expectation SDCQuestionnaireIsModular
http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-assembledFrom SDCQuestionnaireAssembledFrom
http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-definition SDCQuestionnaireItemDefinition
http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem SDC Code System
http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire SDC Base Questionnaire
http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset SDC Value Set
http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem SDCCodeSystem
http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire SDCBaseQuestionnaire
http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset SDC ValueSet


Narrative

Note: links and images are rebased to the (stated) source

SDC Form Manager

(Requirements Definition Capability Statement)

Canonical URL: http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-manager Published: 2014-07-06 (draft)

Published by: HL7 International - FHIR Infrastructure

This profile defines the expected capabilities of the SDC Form Manager role when conforming to the S&I Framework's Structured Data Capture FHIR implementation guide. This role is responsible for maintaining a repository of form definitions and also of performing pre-population of form data.

General

FHIR Version: 1.0.0
Supported formats: xml, json

REST server behavior

The primary focus of the repository is the definition of Questionnaires. However, ValueSets and CodeSystems must also be supported to allow definition of coded data elements. Some data elements will choose to maintain value sets as 'contained' resources, meaning the value set exists only in the context of the data element and cannot be referenced or maintained without also updating the data element. However, systems should support value set re-use across data elements. (Version-specific referencing can be used to avoid value sets from changing independent of the referencing Questionnaire.)

Security:

Implementations must meet the general security requirements documented in the SDC implementation guide.

Resource summary

Resource Search Read Read Version Instance History Resource History Create Update Delete Operations
Questionnaire (Profile) SHALL SHALL SHALL SHALL SHALL SHALL MAY
CodeSystem (Profile) SHALL SHALL SHALL SHALL SHALL SHALL MAY
ValueSet (Profile) SHALL SHALL SHALL SHALL SHALL SHALL MAY

Operations:



Questionnaire

Profile: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire

Interactions

Name Conformance Description
  search-type SHALL

Allows a user to search for existing forms

  read SHALL

Allows retrieval of a specific known form

  vread SHALL

Allows retrieval of a specific version of a form

  history-instance SHALL

Allows review of changes to a form over time

  create SHALL

Allows defining a new form. Repositories requiring curation of submitted forms may require all new data elements to have a status of 'draft'.

  update SHALL

Allows an existing form to be updated. Servers may choose to prohibit certain types of edits, instead requiring the creation of a new questionnaire (and potentially the retiring of the existing questionnaire). Servers may also limit who can change particular forms.

  delete MAY

Allows removal of an existing form. Servers may choose to not support deletions and instead require that the form's status be changed to 'retired'. Other systems support deletions but limit them to forms meeting certain requirements. E.g. only forms with a status of draft or only forms that have been retired for at least two years, etc.

Search

Supported Includes: Questionnaire.group.question.options

Parameter Conformance Type Definition & Chaining
code SHALL token
context SHALL token
date SHALL date
identifier SHALL token
publisher SHALL string
status SHALL token
title SHALL string
version SHALL token
definition SHALL token


CodeSystem

Profile: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem

Interactions

Name Conformance Description
  search-type SHALL

Allows discovery of existing code systems for use in authoring questionnaires

  read SHALL

Allows retrieval of a specific code system referenced within a questionnaire

  vread SHALL

Allows retrieval of a historical version of a code system as referenced within a questionnaire

  history-instance SHALL

Allows review of changes to a code system over time

  create SHALL

Allows definition of a new code system used by one or more questionnaires

  update SHALL

Allows existing code systems referenced by one or more questionnaires to be maintained

  delete MAY

Not all servers will support deletion of code systems. Status change to 'retired' will be more typical, though deletion of draft code systems may keep repositories cleaner.

Search

Parameter Conformance Type Definition & Chaining
code SHALL token
date SHALL date
description SHALL string
name SHALL string
status SHALL token
system SHALL uri
url SHALL uri
assembledFrom SHOULD token
assemble-expectation SHOULD token


ValueSet

Profile: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset

Interactions

Name Conformance Description
  search-type SHALL

Allows discovery of existing value sets for use in authoring questionnaires

  read SHALL

Allows retrieval of a specific value set referenced within a questionnaire

  vread SHALL

Allows retrieval of a historical version of a value set as referenced within a questionnaire

  history-instance SHALL

Allows review of changes to a value set over time

  create SHALL

Allows definition of a new value set used by one or more questionnaires

  update SHALL

Allows existing value sets referenced by one or more questionnaires to be maintained

  delete MAY

Not all servers will support deletion of value sets. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner.

Search

Supported Includes: ValueSet.compose.import

Parameter Conformance Type Definition & Chaining
date SHALL date
description SHALL string
name SHALL string
reference SHALL uri
status SHALL token

Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "sdc-form-manager",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>SDC Form Manager</h2>\n <p>(Requirements Definition Capability Statement)</p>\n <p>Canonical URL: http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-manager Published: 2014-07-06 (draft)</p>\n <p>Published by: <b>HL7 International - FHIR Infrastructure</b>\n </p>\n <p>This profile defines the expected capabilities of the <i>SDC Form Manager</i> role when conforming to the S&amp;I Framework's <a href=\"index.html\">Structured Data Capture FHIR implementation guide</a>. This role is responsible for maintaining a repository of form definitions and also of performing pre-population of form data.</p>\n <h2>General</h2>\n <div class=\"table-wrapper\">\n <table class=\"grid\">\n <tbody>\n <tr>\n <th>FHIR Version:</th>\n <td>1.0.0</td>\n </tr>\n <tr>\n <th>Supported formats:</th>\n <td>xml, json</td>\n </tr>\n </tbody>\n </table>\n </div>\n <h2>REST server behavior</h2>\n <p>The primary focus of the repository is the definition of <a href=\"http://hl7.org/fhir/R4/questionnaire.html\">Questionnaire</a>s. However, <a href=\"http://hl7.org/fhir/R4/valueset.html\">ValueSet</a>s and <a href=\"http://hl7.org/fhir/R4/codesystem.html\">CodeSystem</a>s must also be supported to allow definition of coded data elements. Some data elements will choose to maintain value sets as 'contained' resources, meaning the value set exists only in the context of the data element and cannot be referenced or maintained without also updating the data element. However, systems should support value set re-use across data elements. (Version-specific referencing can be used to avoid value sets from changing independent of the referencing <a href=\"http://hl7.org/fhir/R4/questionnaire.html\">Questionnaire</a>.)</p>\n <p>\n <b>Security:</b>\n </p>\n <p>Implementations must meet the general security requirements documented in the <a href=\"security.html\">SDC implementation guide</a>.</p>\n <h3>Resource summary</h3>\n <div class=\"table-wrapper\">\n <table class=\"grid\">\n <thead>\n <tr>\n <th>Resource</th>\n <th>Search</th>\n <th>Read</th>\n <th>Read Version</th>\n <th>Instance History</th>\n <th>Resource History</th>\n <th>Create</th>\n <th>Update</th>\n <th>Delete</th>\n <th>Operations</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>Questionnaire (<a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire\">Profile</a>)</th>\n <td>\n <a href=\"#Questionnaire-search-type\" title=\"Allows a user to search for existing forms\">SHALL</a>\n </td>\n <td>\n <a href=\"#Questionnaire-read\" title=\"Allows retrieval of a specific known form\">SHALL</a>\n </td>\n <td>\n <a href=\"#Questionnaire-vread\" title=\"Allows retrieval of a specific version of a form\">SHALL</a>\n </td>\n <td>\n <a href=\"#Questionnaire-history-instance\" title=\"Allows review of changes to a form over time\">SHALL</a>\n </td>\n <td/>\n <td>\n <a href=\"#Questionnaire-create\" title=\"Allows defining a new form. Repositories requiring curation of submitted forms may require all new data elements to have a status of 'draft'.\">SHALL</a>\n </td>\n <td>\n <a href=\"#Questionnaire-update\" title=\"Allows an existing form to be updated. Servers may choose to prohibit certain types of edits, instead requiring the creation of a new questionnaire (and potentially the retiring of the existing questionnaire). Servers may also limit who can change particular forms.\">SHALL</a>\n </td>\n <td>\n <a href=\"#Questionnaire-delete\" title=\"Allows removal of an existing form. Servers may choose to not support deletions and instead require that the form's status be changed to 'retired'. Other systems support deletions but limit them to forms meeting certain requirements. E.g. only forms with a status of draft or only forms that have been retired for at least two years, etc.\">MAY</a>\n </td>\n <td/>\n </tr>\n <tr>\n <th>CodeSystem (<a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem\">Profile</a>)</th>\n <td>\n <a href=\"#CodeSystem-search-type\" title=\"Allows discovery of existing code systems for use in authoring questionnaires\">SHALL</a>\n </td>\n <td>\n <a href=\"#CodeSystem-read\" title=\"Allows retrieval of a specific code system referenced within a questionnaire\">SHALL</a>\n </td>\n <td>\n <a href=\"#CodeSystem-vread\" title=\"Allows retrieval of a historical version of a code system as referenced within a questionnaire\">SHALL</a>\n </td>\n <td>\n <a href=\"#CodeSystem-history-instance\" title=\"Allows review of changes to a code system over time\">SHALL</a>\n </td>\n <td/>\n <td>\n <a href=\"#CodeSystem-create\" title=\"Allows definition of a new code system used by one or more questionnaires\">SHALL</a>\n </td>\n <td>\n <a href=\"#CodeSystem-update\" title=\"Allows existing code systems referenced by one or more questionnaires to be maintained\">SHALL</a>\n </td>\n <td>\n <a href=\"#CodeSystem-delete\" title=\"Not all servers will support deletion of code systems. Status change to 'retired' will be more typical, though deletion of draft code systems may keep repositories cleaner.\">MAY</a>\n </td>\n <td/>\n </tr>\n <tr>\n <th>ValueSet (<a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset\">Profile</a>)</th>\n <td>\n <a href=\"#ValueSet-search-type\" title=\"Allows discovery of existing value sets for use in authoring questionnaires\">SHALL</a>\n </td>\n <td>\n <a href=\"#ValueSet-read\" title=\"Allows retrieval of a specific value set referenced within a questionnaire\">SHALL</a>\n </td>\n <td>\n <a href=\"#ValueSet-vread\" title=\"Allows retrieval of a historical version of a value set as referenced within a questionnaire\">SHALL</a>\n </td>\n <td>\n <a href=\"#ValueSet-history-instance\" title=\"Allows review of changes to a value set over time\">SHALL</a>\n </td>\n <td/>\n <td>\n <a href=\"#ValueSet-create\" title=\"Allows definition of a new value set used by one or more questionnaires\">SHALL</a>\n </td>\n <td>\n <a href=\"#ValueSet-update\" title=\"Allows existing value sets referenced by one or more questionnaires to be maintained\">SHALL</a>\n </td>\n <td>\n <a href=\"#ValueSet-delete\" title=\"Not all servers will support deletion of value sets. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner.\">MAY</a>\n </td>\n <td/>\n </tr>\n </tbody>\n </table>\n </div>\n <p>\n <b>Operations:</b>\n </p>\n <ul>\n <li>\n <a href=\"http://hl7.org/fhir/OperationDefinition/ValueSet-expand\">$expand</a>\n <i> SHOULD</i>\n </li>\n <li>\n <a href=\"http://hl7.org/fhir/operationdefinition/valueset-validate-code\">$validate code</a>\n <i> SHOULD</i>\n </li>\n <li>\n <a href=\"http://hl7.org/fhir/uv/sdc/operationdefinition/questionnaire-populate\">$populate</a>\n <i> MAY</i>\n </li>\n <li>\n <a href=\"http://hl7.org/fhir/uv/sdc/operationdefinition/questionnaire-populatehtml\">$populatehtml</a>\n <i> MAY</i>\n </li>\n <li>\n <a href=\"http://hl7.org/fhir/uv/sdc/operationdefinition/questionnaire-populatelink\">$populatelink</a>\n <i> MAY</i>\n </li>\n <li>\n <a href=\"http://hl7.org/fhir/uv/sdc/operationdefinition/questionnaire-assemble\">$assemble</a>\n <i> MAY</i>\n </li>\n </ul>\n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/R4/questionnaire.html\">Questionnaire</a>\n </h3>\n <p>Profile: <a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire\">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire</a>\n </p>\n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Conformance</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>\n <a name=\"Questionnaire-search-type\"> </a>\n <span>search-type</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows a user to search for existing forms</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-read\"> </a>\n <span>read</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows retrieval of a specific known form</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-vread\"> </a>\n <span>vread</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows retrieval of a specific version of a form</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-history-instance\"> </a>\n <span>history-instance</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows review of changes to a form over time</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-create\"> </a>\n <span>create</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows defining a new form. Repositories requiring curation of submitted forms may require all new data elements to have a status of 'draft'.</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-update\"> </a>\n <span>update</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows an existing form to be updated. Servers may choose to prohibit certain types of edits, instead requiring the creation of a new questionnaire (and potentially the retiring of the existing questionnaire). Servers may also limit who can change particular forms.</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-delete\"> </a>\n <span>delete</span>\n </th>\n <td>MAY</td>\n <td>\n <p>Allows removal of an existing form. Servers may choose to not support deletions and instead require that the form's status be changed to 'retired'. Other systems support deletions but limit them to forms meeting certain requirements. E.g. only forms with a status of draft or only forms that have been retired for at least two years, etc.</p>\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n <h4>Search</h4>\n <p>Supported Includes: Questionnaire.group.question.options</p>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Parameter</th>\n <th>Conformance</th>\n <th>Type</th>\n <th>Definition &amp; Chaining</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>code</th>\n <td>SHALL</td>\n <td>token</td>\n <td/>\n </tr>\n <tr>\n <th>context</th>\n <td>SHALL</td>\n <td>token</td>\n <td/>\n </tr>\n <tr>\n <th>date</th>\n <td>SHALL</td>\n <td>date</td>\n <td/>\n </tr>\n <tr>\n <th>identifier</th>\n <td>SHALL</td>\n <td>token</td>\n <td/>\n </tr>\n <tr>\n <th>publisher</th>\n <td>SHALL</td>\n <td>string</td>\n <td/>\n </tr>\n <tr>\n <th>status</th>\n <td>SHALL</td>\n <td>token</td>\n <td/>\n </tr>\n <tr>\n <th>title</th>\n <td>SHALL</td>\n <td>string</td>\n <td/>\n </tr>\n <tr>\n <th>version</th>\n <td>SHALL</td>\n <td>token</td>\n <td/>\n </tr>\n <tr>\n <th>definition</th>\n <td>SHALL</td>\n <td>token</td>\n <td/>\n </tr>\n </tbody>\n </table>\n </div>\n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/R4/codesystem.html\">CodeSystem</a>\n </h3>\n <p>Profile: <a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem\">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem</a>\n </p>\n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Conformance</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>\n <a name=\"CodeSystem-search-type\"> </a>\n <span>search-type</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows discovery of existing code systems for use in authoring questionnaires</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-read\"> </a>\n <span>read</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows retrieval of a specific code system referenced within a questionnaire</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-vread\"> </a>\n <span>vread</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows retrieval of a historical version of a code system as referenced within a questionnaire</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-history-instance\"> </a>\n <span>history-instance</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows review of changes to a code system over time</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-create\"> </a>\n <span>create</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows definition of a new code system used by one or more questionnaires</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-update\"> </a>\n <span>update</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows existing code systems referenced by one or more questionnaires to be maintained</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-delete\"> </a>\n <span>delete</span>\n </th>\n <td>MAY</td>\n <td>\n <p>Not all servers will support deletion of code systems. Status change to 'retired' will be more typical, though deletion of draft code systems may keep repositories cleaner.</p>\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n <h4>Search</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Parameter</th>\n <th>Conformance</th>\n <th>Type</th>\n <th>Definition &amp; Chaining</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>code</th>\n <td>SHALL</td>\n <td>token</td>\n <td/>\n </tr>\n <tr>\n <th>date</th>\n <td>SHALL</td>\n <td>date</td>\n <td/>\n </tr>\n <tr>\n <th>description</th>\n <td>SHALL</td>\n <td>string</td>\n <td/>\n </tr>\n <tr>\n <th>name</th>\n <td>SHALL</td>\n <td>string</td>\n <td/>\n </tr>\n <tr>\n <th>status</th>\n <td>SHALL</td>\n <td>token</td>\n <td/>\n </tr>\n <tr>\n <th>system</th>\n <td>SHALL</td>\n <td>uri</td>\n <td/>\n </tr>\n <tr>\n <th>url</th>\n <td>SHALL</td>\n <td>uri</td>\n <td/>\n </tr>\n <tr>\n <th>assembledFrom</th>\n <td>SHOULD</td>\n <td>token</td>\n <td/>\n </tr>\n <tr>\n <th>assemble-expectation</th>\n <td>SHOULD</td>\n <td>token</td>\n <td/>\n </tr>\n </tbody>\n </table>\n </div>\n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/R4/valueset.html\">ValueSet</a>\n </h3>\n <p>Profile: <a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset\">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset</a>\n </p>\n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Conformance</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>\n <a name=\"ValueSet-search-type\"> </a>\n <span>search-type</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows discovery of existing value sets for use in authoring questionnaires</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-read\"> </a>\n <span>read</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows retrieval of a specific value set referenced within a questionnaire</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-vread\"> </a>\n <span>vread</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows retrieval of a historical version of a value set as referenced within a questionnaire</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-history-instance\"> </a>\n <span>history-instance</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows review of changes to a value set over time</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-create\"> </a>\n <span>create</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows definition of a new value set used by one or more questionnaires</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-update\"> </a>\n <span>update</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows existing value sets referenced by one or more questionnaires to be maintained</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-delete\"> </a>\n <span>delete</span>\n </th>\n <td>MAY</td>\n <td>\n <p>Not all servers will support deletion of value sets. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner.</p>\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n <h4>Search</h4>\n <p>Supported Includes: ValueSet.compose.import</p>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Parameter</th>\n <th>Conformance</th>\n <th>Type</th>\n <th>Definition &amp; Chaining</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>date</th>\n <td>SHALL</td>\n <td>date</td>\n <td/>\n </tr>\n <tr>\n <th>description</th>\n <td>SHALL</td>\n <td>string</td>\n <td/>\n </tr>\n <tr>\n <th>name</th>\n <td>SHALL</td>\n <td>string</td>\n <td/>\n </tr>\n <tr>\n <th>reference</th>\n <td>SHALL</td>\n <td>uri</td>\n <td/>\n </tr>\n <tr>\n <th>status</th>\n <td>SHALL</td>\n <td>token</td>\n <td/>\n </tr>\n </tbody>\n </table>\n </div>\n </div>"
  },
  "url" : "http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-manager",
  "version" : "3.0.0",
  "name" : "SDCFormManager",
  "title" : "SDC Form Manager",
  "status" : "draft",
  "date" : "2014-07-06",
  "publisher" : "HL7 International - FHIR Infrastructure Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "This profile defines the expected capabilities of the ''SDC Form Manager'' role when conforming to the S&I Framework's [[index.html|Structured Data Capture FHIR implementation guide]]. This role is responsible for maintaining a repository of form definitions and also of performing pre-population of form data.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.3.0",
  "format" : [
    "xml",
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "The primary focus of the repository is the definition of [[Questionnaire]]s. However, [[ValueSet]]s and [[CodeSystem]]s must also be supported to allow definition of coded data elements. Some data elements will choose to maintain value sets as 'contained' resources, meaning the value set exists only in the context of the data element and cannot be referenced or maintained without also updating the data element. However, systems should support value set re-use across data elements. (Version-specific referencing can be used to avoid value sets from changing independent of the referencing [[Questionnaire]].)",
      "security" : {
        "description" : "Implementations must meet the general security requirements documented in the [[security.html|SDC implementation guide]]."
      },
      "resource" : [
        {
          "type" : "Questionnaire",
          "profile" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type",
              "documentation" : "Allows a user to search for existing forms"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read",
              "documentation" : "Allows retrieval of a specific known form"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread",
              "documentation" : "Allows retrieval of a specific version of a form"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "history-instance",
              "documentation" : "Allows review of changes to a form over time"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create",
              "documentation" : "Allows defining a new form. Repositories requiring curation of submitted forms may require all new data elements to have a status of 'draft'."
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update",
              "documentation" : "Allows an existing form to be updated. Servers may choose to prohibit certain types of edits, instead requiring the creation of a new questionnaire (and potentially the retiring of the existing questionnaire). Servers may also limit who can change particular forms."
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "delete",
              "documentation" : "Allows removal of an existing form. Servers may choose to not support deletions and instead require that the form's status be changed to 'retired'. Other systems support deletions but limit them to forms meeting certain requirements. E.g. only forms with a status of draft or only forms that have been retired for at least two years, etc."
            }
          ],
          "searchInclude" : [
            "Questionnaire.group.question.options"
          ],
          "searchParam" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "code",
              "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-code",
              "type" : "token"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "context",
              "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context",
              "type" : "token"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "date",
              "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-date",
              "type" : "date"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-identifier",
              "type" : "token"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "publisher",
              "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-publisher",
              "type" : "string"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-status",
              "type" : "token"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "title",
              "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-title",
              "type" : "string"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "version",
              "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-version",
              "type" : "token"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "definition",
              "definition" : "http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-definition",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "CodeSystem",
          "profile" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type",
              "documentation" : "Allows discovery of existing code systems for use in authoring questionnaires"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read",
              "documentation" : "Allows retrieval of a specific code system referenced within a questionnaire"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread",
              "documentation" : "Allows retrieval of a historical version of a code system as referenced within a questionnaire"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "history-instance",
              "documentation" : "Allows review of changes to a code system over time"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create",
              "documentation" : "Allows definition of a new code system used by one or more questionnaires"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update",
              "documentation" : "Allows existing code systems referenced by one or more questionnaires to be maintained"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "delete",
              "documentation" : "Not all servers will support deletion of code systems. Status change to 'retired' will be more typical, though deletion of draft code systems may keep repositories cleaner."
            }
          ],
          "searchParam" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "code",
              "definition" : "http://hl7.org/fhir/SearchParameter/CodeSystem-code",
              "type" : "token"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "date",
              "definition" : "http://hl7.org/fhir/SearchParameter/conformance-date",
              "type" : "date"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "description",
              "definition" : "http://hl7.org/fhir/SearchParameter/conformance-description",
              "type" : "string"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/conformance-name",
              "type" : "string"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/conformance-status",
              "type" : "token"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "system",
              "definition" : "http://hl7.org/fhir/SearchParameter/CodeSystem-system",
              "type" : "uri"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "url",
              "definition" : "http://hl7.org/fhir/SearchParameter/conformance-url",
              "type" : "uri"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "name" : "assembledFrom",
              "definition" : "http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-assembledFrom",
              "type" : "token"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "name" : "assemble-expectation",
              "definition" : "http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-assemble-expectation",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "ValueSet",
          "profile" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type",
              "documentation" : "Allows discovery of existing value sets for use in authoring questionnaires"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read",
              "documentation" : "Allows retrieval of a specific value set referenced within a questionnaire"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread",
              "documentation" : "Allows retrieval of a historical version of a value set as referenced within a questionnaire"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "history-instance",
              "documentation" : "Allows review of changes to a value set over time"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create",
              "documentation" : "Allows definition of a new value set used by one or more questionnaires"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update",
              "documentation" : "Allows existing value sets referenced by one or more questionnaires to be maintained"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "delete",
              "documentation" : "Not all servers will support deletion of value sets. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner."
            }
          ],
          "searchInclude" : [
            "ValueSet.compose.import"
          ],
          "searchParam" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "date",
              "definition" : "http://hl7.org/fhir/SearchParameter/conformance-date",
              "type" : "date"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "description",
              "definition" : "http://hl7.org/fhir/SearchParameter/conformance-description",
              "type" : "string"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/conformance-name",
              "type" : "string"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "reference",
              "definition" : "http://hl7.org/fhir/SearchParameter/ValueSet-reference",
              "type" : "uri"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/conformance-status",
              "type" : "token"
            }
          ]
        }
      ],
      "operation" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHOULD"
            }
          ],
          "name" : "expand",
          "definition" : "http://hl7.org/fhir/OperationDefinition/ValueSet-expand"
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHOULD"
            }
          ],
          "name" : "validate code",
          "definition" : "http://hl7.org/fhir/OperationDefinition/ValueSet-validate-code"
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "name" : "populate",
          "definition" : "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-populate"
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "name" : "populatehtml",
          "definition" : "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-populatehtml"
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "name" : "populatelink",
          "definition" : "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-populatelink"
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "name" : "assemble",
          "definition" : "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble"
        }
      ]
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.